projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22dbea3
)
(map-y-or-n-p): Handle minibuffer-auto-raise here.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Nov 1996 08:50:43 +0000
(08:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Nov 1996 08:50:43 +0000
(08:50 +0000)
lisp/map-ynp.el
patch
|
blob
|
history
diff --git
a/lisp/map-ynp.el
b/lisp/map-ynp.el
index f45fe78e3c3f581fd985fee9536f821ff10ed854..bfe2ee7af4c39a903aa5e739967b4d8a6d0ed05c 100644
(file)
--- a/
lisp/map-ynp.el
+++ b/
lisp/map-ynp.el
@@
-146,6
+146,8
@@
Returns the number of actions taken."
(message "%s(y, n, !, ., q, %sor %s) "
prompt user-keys
(key-description (vector help-char)))
+ (if minibuffer-auto-raise
+ (raise-frame (window-frame (minibuffer-window))))
(setq char (read-event))
;; Show the answer to the question.
(message "%s(y, n, !, ., q, %sor %s) %s"